home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / term41source.lha / Extras / Source / gtlayout-Source.lha / Glue / LT_Activ.asm next >
Assembly Source File  |  1994-07-28  |  221b  |  19 lines

  1.     csect    text,0,0,1,2
  2.  
  3.     xdef    _LT_Activate
  4.  
  5. _LT_Activate:
  6.     move.l    a6,-(sp)
  7.     move.l    _GTLayoutBase(a4),a6
  8.     move.l    8(sp),a0
  9.     move.l    12(sp),d0
  10.     jsr    -174(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     csect    __MERGED,DATA
  15.  
  16.     xref    _GTLayoutBase
  17.  
  18.     end
  19.